home *** CD-ROM | disk | FTP | other *** search
/ Apple Developer Connectio…eloper Series 2005 March / Dev.CD Mar 05.iso / Utilities / Console.app / Contents / Resources / English.lproj / PrefsPanel.nib / classes.nib next >
Encoding:
Text File  |  2003-09-13  |  826 b   |  26 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 autoHide = id; 
  7.                 autoShow = id; 
  8.                 notifyViaBounce = id; 
  9.                 takeAutoHideTimeFrom = id; 
  10.                 takeRecordCrashesFrom = id; 
  11.                 takeShowCrashLogsFrom = id; 
  12.             }; 
  13.             CLASS = PrefsController; 
  14.             LANGUAGE = ObjC; 
  15.             OUTLETS = {
  16.                 autoHideTimeSlider = NSSlider; 
  17.                 autoShowCheckBox = NSButton; 
  18.                 notifyViaBounceCheckBox = NSButton; 
  19.                 recordCrashesCheckBox = NSButton; 
  20.                 showCrashLogsCheckBox = NSButton; 
  21.             }; 
  22.             SUPERCLASS = NSWindowController; 
  23.         }
  24.     ); 
  25.     IBVersion = 1; 
  26. }